mirror of
https://gitee.com/cssfw/EasyTools.git
synced 2026-03-28 12:01:36 +08:00
feat: SCP-3114生成机制
This commit is contained in:
19
Configs/CustomRoleConfig.cs
Normal file
19
Configs/CustomRoleConfig.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using LabApi.Loader.Features.Paths;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace EasyTools.Configs
|
||||
{
|
||||
public class CustomRoleConfig
|
||||
{
|
||||
[Description("开启3114?")]
|
||||
public bool spawn_scp_3114 { get; set; } = false;
|
||||
[Description("当有多少人时才会生成3114?")]
|
||||
public int spawn_scp_3114_limit { get; set; } = 8;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user