mirror of
https://github.com/ION606/Discord-Client.git
synced 2026-05-14 21:06:55 +00:00
14 lines
197 B
C#
14 lines
197 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Discord_Client_Custom
|
|
{
|
|
internal class GuildObj
|
|
{
|
|
|
|
}
|
|
}
|