コード例 #1
0
ファイル: Utils.cs プロジェクト: RottenVisions/ascension
 public static long ReadLongVB(this BasePacket p)
 {
     return((long)p.ReadULongVB());
 }