コード例 #1
0
ファイル: Entity.cs プロジェクト: Toocanzs/OWLib
 public bool Write(Animation anim, Stream output, params object[] data)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool Write(Animation anim, Stream output, object[] data)
 {
     return(false);
 }