﻿
namespace GameAnvilSampleForTemplate {
    public static class Common {
        public const string userType = "USER_TYPE_CHAT";
        public const string channelId = "";
        public const string serviceName = "GroupChatting";
    }
}