Files
glitchy-engine-beef/GlitchyEngineHelper/DotNetScriptingHelper/IGameComponent.cs
T

15 lines
201 B
C#

namespace DotNetScriptingHelper;
public interface IGameComponent
{
static int I { get; }
}
public class GameComponentAttribute : Attribute
{
public GameComponentAttribute()
{
}
}