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/Shared.cs

10 lines
127 B
C#

using System;
namespace vassago
{
public static class Shared
{
public static Random r = new Random();
}
}