mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Moved enum
This commit is contained in:
parent
f70a2ac702
commit
2795b81e97
@ -25,16 +25,16 @@ using UnityEngine;
|
||||
using System.Collections;
|
||||
using Mirror;
|
||||
|
||||
public enum EquippedItem : byte
|
||||
{
|
||||
nothing,
|
||||
ball,
|
||||
box,
|
||||
cylinder
|
||||
}
|
||||
|
||||
public class PlayerEquip : NetworkBehaviour
|
||||
{
|
||||
public enum EquippedItem : byte
|
||||
{
|
||||
nothing,
|
||||
ball,
|
||||
box,
|
||||
cylinder
|
||||
}
|
||||
|
||||
public GameObject sceneObjectPrefab;
|
||||
|
||||
public GameObject rightHand;
|
||||
|
Loading…
Reference in New Issue
Block a user