diff options
Diffstat (limited to 'Assembly_CSharp/IBuildable.cs')
-rw-r--r-- | Assembly_CSharp/IBuildable.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Assembly_CSharp/IBuildable.cs b/Assembly_CSharp/IBuildable.cs new file mode 100644 index 0000000..5fcdc7e --- /dev/null +++ b/Assembly_CSharp/IBuildable.cs @@ -0,0 +1,8 @@ +public interface IBuildable +{ + void SetStats(); + + void Demolish(); + + void SpawnUI(); +} |