Handle NMT Login packet
This commit is contained in:
@@ -80,4 +80,14 @@ public class UPackageMap
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void ReceivedAck(int ackPacketId)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
public void ReceivedNak(int nakPacketId)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user