コード例 #1
0
        internal void AddChatlog(uint Id, string Message, bool Banned)
        {
            Chatlog item = new Chatlog(Id, Message, (double)CyberEnvironment.GetUnixTimestamp(), false);

            this.RoomChat.Add(item);
        }
コード例 #2
0
ファイル: Room.cs プロジェクト: kessiler/habboServer
		internal void AddChatlog(uint Id, string Message, bool Banned)
		{
			Chatlog item = new Chatlog(Id, Message, (double)CyberEnvironment.GetUnixTimestamp(), false);
				this.RoomChat.Add(item);
		}