Initial mockup of the Reptilian species (#6973)

Co-authored-by: ZeroDayDaemon <60460608+ZeroDayDaemon@users.noreply.github.com>
This commit is contained in:
metalgearsloth
2022-03-10 15:05:07 +11:00
committed by GitHub
parent 336318d452
commit 92ff81b6c9
43 changed files with 424 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using Content.Shared.Body.Components;
using Robust.Shared.Serialization;
@@ -16,6 +16,7 @@ namespace Content.Shared.Body.Part
Arm,
Hand,
Leg,
Foot
Foot,
Tail
}
}