new event type

wangyuan 2019-06-30 20:11:34 +08:00
parent 0f7550d798
commit d064d102ab
3 changed files with 11 additions and 0 deletions

View File

@ -102,6 +102,9 @@ public class EventType {
public static final int thirtyNine = 39; public static final int thirtyNine = 39;
public static final int fourty = 40; public static final int fourty = 40;
public static final int fourtyTwo = 42;
public static final int fourtyThree = 43;
public static final int updatePonintEvent = 1; public static final int updatePonintEvent = 1;
public static final int fightEvent = 2; public static final int fightEvent = 2;
public static final int shopEvent = 3; public static final int shopEvent = 3;

View File

@ -0,0 +1,4 @@
package com.ljsd.jieling.handler.map.behavior;
public class FourtyThreeBehavior {
}

View File

@ -0,0 +1,4 @@
package com.ljsd.jieling.handler.map.behavior;
public class FourtyOneBehavior {
}