Add create tab

This commit is contained in:
smoogipoo 2018-12-03 17:50:56 +09:00
parent 51c16867d5
commit 20b843e63c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ public RoomAvailability Availability
public enum LoungeTab
{
Create,
Public,
Private,
}