summaryrefslogtreecommitdiff
path: root/engine/network/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'engine/network/index.ts')
-rw-r--r--engine/network/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/network/index.ts b/engine/network/index.ts
index 1726ffc..1bf95fb 100644
--- a/engine/network/index.ts
+++ b/engine/network/index.ts
@@ -1,7 +1,7 @@
export enum MessageType {
- NEW_ENTITY = "NEW_ENTITY",
- REMOVE_ENTITY = "REMOVE_ENTITY",
- UPDATE_ENTITY = "UPDATE_ENTITY",
+ NEW_ENTITIES = 'NEW_ENTITIES',
+ REMOVE_ENTITIES = 'REMOVE_ENTITIES',
+ UPDATE_ENTITY = 'UPDATE_ENTITY'
}
export type EntityAddBody = {