示例#1
0
 public BulletData(Bullet bullet)
 {
     Transform = bullet.GetTransform();
     Velocity = bullet.GetVelocity();
     ServerId = (int)bullet.ServerId;
 }