private static void ClientOpenContainerExchangeUI(IStaticWorldObject objectGroundContainer)
 {
     // actually, we don't need client-server interaction for this container
     // as client is aware about the items container
     InteractableStaticWorldObjectHelper.ClientStartInteract(objectGroundContainer);
 }
Esempio n. 2
0
 protected override void PrepareProto()
 {
     base.PrepareProto();
     instance = this;
 }