feat: 添加了受击反馈mod chore: 优化了隐藏角色的代码
This commit is contained in:
9
HitFeedback/Config.cs
Normal file
9
HitFeedback/Config.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace HitFeedback
|
||||
{
|
||||
public class Config
|
||||
{
|
||||
public Dictionary<string, float> probability = new Dictionary<string, float>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user