mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
feat(wired-ui): add upcounter clock controls and checks
This commit is contained in:
@@ -39,4 +39,6 @@ export class WiredActionLayoutCode
|
||||
public static FURNI_TO_FURNI: number = 38;
|
||||
public static SET_ALTITUDE: number = 39;
|
||||
public static RELATIVE_MOVE: number = 40;
|
||||
public static CONTROL_CLOCK: number = 41;
|
||||
public static ADJUST_CLOCK: number = 42;
|
||||
}
|
||||
|
||||
@@ -26,4 +26,5 @@ export class WiredConditionlayout
|
||||
public static NOT_ACTOR_WEARING_EFFECT: number = 23;
|
||||
public static DATE_RANGE_ACTIVE: number = 24;
|
||||
public static ACTOR_HAS_HANDITEM: number = 25;
|
||||
public static COUNTER_TIME_MATCHES: number = 27;
|
||||
}
|
||||
|
||||
@@ -21,4 +21,5 @@ export class WiredTriggerLayout
|
||||
public static CLICK_TILE: number = 19;
|
||||
public static CLICK_USER: number = 20;
|
||||
public static USER_PERFORMS_ACTION: number = 21;
|
||||
public static CLOCK_COUNTER: number = 22;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user