예제 #1
0
 public void PackInto(NetOutgoingMessage inMsg)
 {
     creatureGuid.PackInto(inMsg);
     spawnWorldPosition.PackInto(inMsg);
 }
예제 #2
0
 public override void PackInto(NetBuffer inBuffer)
 {
     _targetMechGuid.PackInto(inBuffer);
     _destination.PackInto(inBuffer);
 }