You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- local PKProtocol=PKFramework.PKFrameworkClassImprot("pk_base.luaScript.Protocol.PKProtocol")
- local Room = class("Room" , PKProtocol)
-
- function Room:ctor(net)
- Room.super.ctor(self , net);
-
-
- end
-
- return Room;
|