diff options
Diffstat (limited to 'Client/Assembly-CSharp/AmongUsProduct.cs')
-rw-r--r-- | Client/Assembly-CSharp/AmongUsProduct.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/AmongUsProduct.cs b/Client/Assembly-CSharp/AmongUsProduct.cs new file mode 100644 index 0000000..29e6d2d --- /dev/null +++ b/Client/Assembly-CSharp/AmongUsProduct.cs @@ -0,0 +1,9 @@ +using System; + +[Serializable] +public struct AmongUsProduct +{ + public string ProductId; + + public HatBehaviour HatData; +} |