diff options
Diffstat (limited to 'GameCode/Grave.cs')
-rw-r--r-- | GameCode/Grave.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GameCode/Grave.cs b/GameCode/Grave.cs new file mode 100644 index 0000000..45abddc --- /dev/null +++ b/GameCode/Grave.cs @@ -0,0 +1,3 @@ +public class Grave : SpawnableObject +{ +} |