mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2026-05-06 22:23:40 +02:00
7 lines
128 B
C#
7 lines
128 B
C#
namespace PemukulPaku.GameServer.Game.Chatrooms
|
|
{
|
|
public class WorldChatroom : BaseChatroom<WorldChatroom>
|
|
{
|
|
}
|
|
}
|