コード例 #1
0
ファイル: MetaObject.cs プロジェクト: pawels17/MUTDOD
 public bool AddMetaLocation(ref IMetaLocation metaLocation)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool UpdateMetaObjectMetaLocation(string metaObjectName, ref IMetaLocation metaLocation)
 {
     throw new NotImplementedException();
 }