diff options
Diffstat (limited to 'webAO/viewport/constants')
| -rw-r--r-- | webAO/viewport/constants/colors.ts | 2 | ||||
| -rw-r--r-- | webAO/viewport/constants/defaultChatMsg.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webAO/viewport/constants/colors.ts b/webAO/viewport/constants/colors.ts index 4858081..7d1a9a8 100644 --- a/webAO/viewport/constants/colors.ts +++ b/webAO/viewport/constants/colors.ts @@ -9,4 +9,4 @@ export const COLORS = [ "cyan", "grey", "rainbow", - ];
\ No newline at end of file +]; diff --git a/webAO/viewport/constants/defaultChatMsg.ts b/webAO/viewport/constants/defaultChatMsg.ts index 8a5db6b..d25426e 100644 --- a/webAO/viewport/constants/defaultChatMsg.ts +++ b/webAO/viewport/constants/defaultChatMsg.ts @@ -12,4 +12,4 @@ export const defaultChatMsg = { snddelay: 0, preanimdelay: 0, speed: UPDATE_INTERVAL, - } as ChatMsg;
\ No newline at end of file +} as ChatMsg; |
