コード例 #1
0
 protected WorldObject()
 {
     Guid   = ObjectGuid.NewGuid();
     Type   = ObjectTypes.Object;
     ScaleX = 1f;
 }