aha
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
namespace Mirror.Examples.PickupsDropsChilds
|
||||
{
|
||||
public enum EquippedItem : byte
|
||||
{
|
||||
nothing,
|
||||
ball,
|
||||
bat,
|
||||
box
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user