初始化提交
This commit is contained in:
18
Content/Lua/GamePlay/BusyPlayerState.lua
Normal file
18
Content/Lua/GamePlay/BusyPlayerState.lua
Normal file
@ -0,0 +1,18 @@
|
||||
local PlayerState = {}
|
||||
|
||||
function PlayerState:ctor()
|
||||
|
||||
|
||||
end
|
||||
|
||||
function PlayerState:ReceiveBeginPlay()
|
||||
print(self, "PlayerState:ReceiveBeginPlay")
|
||||
end
|
||||
|
||||
function PlayerState:ReceiveEndPlay()
|
||||
print(self, "PlayerState:ReceiveEndPlay")
|
||||
end
|
||||
|
||||
|
||||
|
||||
return Class(nil, nil, PlayerState)
|
||||
Reference in New Issue
Block a user