Initial commit

This commit is contained in:
AXOLOTsh
2026-03-01 08:32:24 +03:00
commit 80e7624617
44 changed files with 2351 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
namespace FactoryGame.Entities;
public interface IComponent { }

View File

@@ -0,0 +1 @@
uid://01l4dxjmuufm

View File

@@ -0,0 +1,7 @@
namespace FactoryGame.Entities;
public enum PlayerMovingState {
Walking,
Crouching,
Sprinting
}

View File

@@ -0,0 +1 @@
uid://bw5i8tvduw6xb