Example #1
0
File: Monke.cs Project: dededec/TFG
 public override void ClientEarlyUpdate() => CommunicationTransport.ClientEarlyUpdate();
Example #2
0
 public override void ClientEarlyUpdate()
 {
     clientToServerTransport.ClientEarlyUpdate();
 }