Add initial resource and presenter classes for game entities and effects
This commit is contained in:
9
Code/Resources/InputStateComponentResource.cs
Normal file
9
Code/Resources/InputStateComponentResource.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
namespace CryptonymThunder.Code.Resources;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class InputStateComponentResource : Resource
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user