diff options
Diffstat (limited to 'common/types.go')
-rw-r--r-- | common/types.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/types.go b/common/types.go new file mode 100644 index 0000000..81456b4 --- /dev/null +++ b/common/types.go @@ -0,0 +1,3 @@ +package common + +type RoomId uint64 |