diff options
Diffstat (limited to 'ROUNDS/Photon.Pun.Simple/RigidbodyType.cs')
-rw-r--r-- | ROUNDS/Photon.Pun.Simple/RigidbodyType.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ROUNDS/Photon.Pun.Simple/RigidbodyType.cs b/ROUNDS/Photon.Pun.Simple/RigidbodyType.cs new file mode 100644 index 0000000..77319af --- /dev/null +++ b/ROUNDS/Photon.Pun.Simple/RigidbodyType.cs @@ -0,0 +1,8 @@ +namespace Photon.Pun.Simple; + +public enum RigidbodyType +{ + None, + RB, + RB2D +} |