コード例 #1
0
 public byte[] GetResource(XdbfResource Resource, XdbfResourceType Type)
 {
     return(GetResource((uint)Resource, (ushort)Type));
 }
コード例 #2
0
ファイル: Xdbf.cs プロジェクト: Nathan-M-Ross/i360gm
 public byte[] GetResource(XdbfResource Resource, XdbfResourceType Type)
 {
     return this.GetResource((uint) Resource, (ushort) Type);
 }