Ejemplo n.º 1
0
 public LegsAnimationEvent(Guid playerGuid, LegsAnimationType type)
 {
     PlayerGuid = playerGuid;
     Type       = type;
 }
 public StartLegsAnimationCommand(Guid playerGuid, LegsAnimationType type)
 {
     PlayerGuid = playerGuid;
     Type       = type;
 }