mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2024-11-21 16:13:56 +00:00
Forgot to commit types.d.ts
This commit is contained in:
parent
aee3d2c2d7
commit
1d2b84cb51
1 changed files with 3 additions and 1 deletions
4
src/data/types.d.ts
vendored
4
src/data/types.d.ts
vendored
|
@ -6,7 +6,9 @@ type AbilityTypes =
|
|||
| "LevelUp"
|
||||
| "LivestreamEnded"
|
||||
| "StreamStarted"
|
||||
| "StartTurn";
|
||||
| "StartTurn"
|
||||
| "Hurt"
|
||||
| "Faint";
|
||||
|
||||
interface CharacterInfo {
|
||||
nickname: string;
|
||||
|
|
Loading…
Reference in a new issue