Moved scripts to namespaces
This commit is contained in:
parent
fd7060e5c5
commit
de2c6261b0
51 changed files with 128 additions and 29 deletions
|
|
@ -1,5 +1,8 @@
|
|||
using Godot;
|
||||
using System;
|
||||
using Newlon.Components.Level;
|
||||
|
||||
|
||||
namespace Newlon.Debug;
|
||||
|
||||
public partial class Cheats : Node
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
using Godot;
|
||||
using System;
|
||||
|
||||
namespace Newlon.Debug;
|
||||
|
||||
//
|
||||
// Debug tool to check time since clock loaded
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue