Exemplo n.º 1
0
 private void Initialize(Throw7dot62Command command)
 {
     type     = "7.62";
     guid     = command.Guid;
     position = command.Position;
     rotation = command.Rotation;
     force    = 2.0f;
 }
Exemplo n.º 2
0
 private void CreateAndThrowBullet(Throw7dot62Command command)
 {
     Initialize(command);
     Create();
     Throw();
 }