This commit is contained in:
2022-06-04 19:30:08 +03:00
parent e88d654da1
commit 690b7fe5f1
4 changed files with 31 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EVE_LevelingSystem
{
public class Settings
{
public int TimeToWaitBetweenMessages { get; set; }
}
}