mirror of
https://git.muiegratis.online/suikoakari/Campofinale
synced 2025-12-12 09:34:34 +01:00
removing useless variables
This commit is contained in:
@@ -53,15 +53,10 @@ namespace Campofinale
|
|||||||
public static bool showLogs = true;
|
public static bool showLogs = true;
|
||||||
public static bool showWarningLogs = true;
|
public static bool showWarningLogs = true;
|
||||||
public static bool showBodyLogs = false;
|
public static bool showBodyLogs = false;
|
||||||
public static Dispatch dispatch;
|
public static Dispatch? dispatch;
|
||||||
public static ResourceManager resourceManager;
|
public static ConfigFile? config;
|
||||||
public static ConfigFile config;
|
|
||||||
public static List<CsMsgId> csMessageToHide = new() { CsMsgId.CsMoveObjectMove, CsMsgId.CsBattleOp,CsMsgId.CsPing };
|
public static List<CsMsgId> csMessageToHide = new() { CsMsgId.CsMoveObjectMove, CsMsgId.CsBattleOp,CsMsgId.CsPing };
|
||||||
public static List<ScMsgId> scMessageToHide = new() { ScMsgId.ScMoveObjectMove, ScMsgId.ScPing };
|
public static List<ScMsgId> scMessageToHide = new() { ScMsgId.ScMoveObjectMove, ScMsgId.ScPing };
|
||||||
public static ResourceManager GetResources()
|
|
||||||
{
|
|
||||||
return resourceManager;
|
|
||||||
}
|
|
||||||
public void Start(ConfigFile config)
|
public void Start(ConfigFile config)
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user