17 lines
159 B
C#
17 lines
159 B
C#
|
|
||
|
using Godot;
|
||
|
using Rokojori;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
[Tool]
|
||
|
public class Gizmos
|
||
|
{
|
||
|
#if TOOLS
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|
||
|
}
|
||
|
}
|