コード例 #1
0
ファイル: Plasmacore.cs プロジェクト: AbePralle/Archive
 public static void init( ClassBitmap bitmap, ClassArrayList_of_Byte raw_data )
 {
     init( bitmap, raw_data.property_data );
 }
コード例 #2
0
ファイル: Plasmacore.cs プロジェクト: AbePralle/Archive
 public static void init( ClassNativeSound sound, ClassArrayList_of_Byte raw_bytes )
 {
     Bard.log("TODO: NativeNativeSound::init(raw_bytes)");
 }