new event type
parent
0f7550d798
commit
d064d102ab
|
@ -102,6 +102,9 @@ public class EventType {
|
|||
public static final int thirtyNine = 39;
|
||||
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 fightEvent = 2;
|
||||
public static final int shopEvent = 3;
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
package com.ljsd.jieling.handler.map.behavior;
|
||||
|
||||
public class FourtyThreeBehavior {
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
package com.ljsd.jieling.handler.map.behavior;
|
||||
|
||||
public class FourtyOneBehavior {
|
||||
}
|
Loading…
Reference in New Issue