This repository has been archived on 2023-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
discord-bot-shtik/Models/Protocol.cs

7 lines
79 B
C#

using System;
public abstract class Protocol
{
public Guid Id{get;set;}
}