10 lines
143 B
C#
10 lines
143 B
C#
#if UNITY_EDITOR
|
|
namespace GSpawn
|
|
{
|
|
public interface IPluginCommand
|
|
{
|
|
void enter ();
|
|
void exit ();
|
|
}
|
|
}
|
|
#endif |