Exemplo n.º 1
0
 public PlayerEntity GetPlayerEntity()
 {
     return(GetEntity <PlayerEntity> .OfPlayer(Caller).First());
 }