(client) feat:添加事件定义,定义部分怪物
This commit is contained in:
@ -3,8 +3,9 @@ namespace Data
|
||||
public class StoryStageDef : Define
|
||||
{
|
||||
public float lastWaitTime = 0;
|
||||
public EventDef eventDef;
|
||||
public float nextWaitTime = 0;
|
||||
public EventDef eventDef;
|
||||
public MessageDef messageDef;
|
||||
}
|
||||
public class StoryDef:Define
|
||||
{
|
||||
|
Reference in New Issue
Block a user