Renamed everything from MultiShop to Props.
This commit is contained in:
8
Props/server/options/IdentificationOptions.cs
Normal file
8
Props/server/options/IdentificationOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Props.Options
|
||||
{
|
||||
public class IdentificationOptions
|
||||
{
|
||||
public const string Identification = "Identification";
|
||||
public bool RegistrationEnabled { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user