コード例 #1
0
ファイル: Rigidbody.cs プロジェクト: RhythNS/MonoNet
 public void GetSync(List <byte> data)
 {
     NetUtils.AddVectorToList(velocity, data);
 }