コード例 #1
0
 public LegsAnimationEvent(Guid playerGuid, LegsAnimationType type)
 {
     PlayerGuid = playerGuid;
     Type       = type;
 }
コード例 #2
0
 public StartLegsAnimationCommand(Guid playerGuid, LegsAnimationType type)
 {
     PlayerGuid = playerGuid;
     Type       = type;
 }