コード例 #1
0
 public ShadowGameObject(int id, string uid)
 {
     this.id   = id;
     this.uid  = uid;
     transform = new ShadowTransform();
 }