Example #1
0
        public static void ChangeMotto(this Extension E, string PlayerName, HHotel Hotel)
        {
            string Motto = SKore.GetPlayerMotto(PlayerName, Hotel);

            E.Contractor.SendToServer(HMessage.Construct(Data.Default.HostChangeMotto, Motto));
        }