mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-13 08:54:36 +01:00
7 lines
128 B
C#
7 lines
128 B
C#
namespace PemukulPaku.GameServer.Game.Chatrooms
|
|
{
|
|
public class WorldChatroom : BaseChatroom<WorldChatroom>
|
|
{
|
|
}
|
|
}
|