Files
Discord-Client/GuildObj.cs
T

14 lines
197 B
C#
Raw Normal View History

2023-03-11 08:45:22 -05:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Discord_Client_Custom
{
internal class GuildObj
{
}
}