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
140 B
C#
Raw Permalink Normal View History

2021-11-30 21:39:43 -05:00
using System;
namespace silverworker_discord
{
public static class Shared
{
public static Random r = new Random();
}
}