Пример #1
0
 private void Create(CreateSoldierCommand command)
 {
     InitializeCommand(command);
     CreateSoldier();
     BindHead();
     BindBody();
     BindLegs();
     SetGround();
     SetMotion();
     SetNetwork();
     SetRotation();
     //BindWeapon();
     NotifyThatCreated();
 }
Пример #2
0
 private void InitializeCommand(CreateSoldierCommand command)
 {
     session = command.Session;
 }