コード例 #1
0
ファイル: LongCase.cs プロジェクト: devion-user/unity
 public override object OnRead(ByteObjectReader reader, Type defaultItemType)
 {
     return reader.Long();
 }