コード例 #1
0
 internal void missile_launch(MapChannel mapChannel, Actor origin, ulong targetEntityId, int type, int damage)
 {
 }
コード例 #2
0
 internal void cellDomain_sendEntityMovement(MapChannel mapChannel, Actor aggregator, NetCompressedMovement movement)
 {
 }
コード例 #3
0
 internal List<MapChannelClient> getNotifiedPlayers(MapChannel mapChannel, Actor aggregator, int oCount)
 {
     return null;
 }
コード例 #4
0
 internal void cellDomain_pythonAddMethodCallRaw(MapChannel mapChannel, Actor aggregator, uint EntityID, uint MethodID, string pyObjString)
 {
 }