chore: Added Initial Engine Code
This commit is contained in:
6
Engine.Core/Abstract/Assignable/IAssignable.cs
Normal file
6
Engine.Core/Abstract/Assignable/IAssignable.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Syntriax.Engine.Core.Abstract;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates the class implementing it has Assignable fields that are necessary for the engine to work properly.
|
||||
/// </summary>
|
||||
public interface IAssignable { }
|
Reference in New Issue
Block a user