mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-12 08:51:45 +00:00
10 lines
No EOL
240 B
C#
10 lines
No EOL
240 B
C#
// Tells the server what version of the DMP2 pack the client is using
|
|
$DMP2::Version = "V0.6";
|
|
|
|
// Client Only
|
|
addMessageCallback('MsgDMP2Ver', DMP2Return);
|
|
|
|
function DMP2Return()
|
|
{
|
|
commandToServer('ClientDMP2Version', $DMP2::Version);
|
|
} |