mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Added missing attribute
This commit is contained in:
parent
264fd706dd
commit
13bc9ac945
@ -68,6 +68,7 @@ public class PlayerEquip : NetworkBehaviour
|
||||
CmdChangeEquippedItem(EquippedItem.cylinder);
|
||||
}
|
||||
|
||||
[Command]
|
||||
void CmdChangeEquippedItem(EquippedItem selectedItem)
|
||||
{
|
||||
equippedItem = selectedItem;
|
||||
|
Loading…
Reference in New Issue
Block a user