Event OnPlayerLoadGame()
该事件只针对player,且只能在读取旧档时触发一次,开新档不会被触发。
下面是demo:
Debug.Trace("player loaded a save, do some fancy stuff")
endEvent