Beispiel #1
0
 public void Deserialize(NetworkReader reader)
 {
     this.targetId = reader.ReadNetworkId();
     this.bodyFlag = (CharacterBody.BodyFlags)reader.ReadByte();
 }
Beispiel #2
0
 public RemoveBodyFlags(NetworkInstanceId targetId, CharacterBody.BodyFlags bodyFlag)
 {
     this.targetId = targetId;
     this.bodyFlag = bodyFlag;
 }