Initial commit
This commit is contained in:
3
source/Entities/IComponent.cs
Normal file
3
source/Entities/IComponent.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace FactoryGame.Entities;
|
||||
|
||||
public interface IComponent { }
|
||||
1
source/Entities/IComponent.cs.uid
Normal file
1
source/Entities/IComponent.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://01l4dxjmuufm
|
||||
7
source/Entities/PlayerMovingState.cs
Normal file
7
source/Entities/PlayerMovingState.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace FactoryGame.Entities;
|
||||
|
||||
public enum PlayerMovingState {
|
||||
Walking,
|
||||
Crouching,
|
||||
Sprinting
|
||||
}
|
||||
1
source/Entities/PlayerMovingState.cs.uid
Normal file
1
source/Entities/PlayerMovingState.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bw5i8tvduw6xb
|
||||
Reference in New Issue
Block a user