forked from akanyan/mu3-mods
chore: major cleanup
This commit is contained in:
@ -1,12 +1,8 @@
|
||||
#pragma warning disable CS0649
|
||||
#pragma warning disable IDE0051
|
||||
#pragma warning disable IDE1006
|
||||
|
||||
using MU3.Util;
|
||||
|
||||
namespace MU3;
|
||||
|
||||
public class patch_Scene_30_NoticeReward: Scene_30_NoticeReward {
|
||||
class patch_Scene_30_NoticeReward: Scene_30_NoticeReward {
|
||||
private Mode<Scene_30_NoticeReward, State> _mode;
|
||||
private enum State {
|
||||
RankingReward = 2,
|
||||
|
Reference in New Issue
Block a user