oPCode() public static method

public static oPCode ( Decode decode ) : void
decode Decode
return void
コード例 #1
0
ファイル: Maincs.cs プロジェクト: uvbs/DarkEmu
 public static void _OnReceiveData(LoginServer.Systems.Decode de)
 {
     Systems.oPCode(de);
 }