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); }
protected override void PrepareProto() { base.PrepareProto(); instance = this; }