summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/AmongUsProduct.cs
blob: 29e6d2dd0fded70db8bbb6f3cc94ea91a3d9b0e7 (plain)
1
2
3
4
5
6
7
8
9
using System;

[Serializable]
public struct AmongUsProduct
{
	public string ProductId;

	public HatBehaviour HatData;
}