ecgame to normal class

This commit is contained in:
Le Duc Anh
2025-10-14 10:00:34 +07:00
parent dd850b8578
commit 3674ffba43
@@ -3,12 +3,18 @@ using PerfectWorld.Scripts.Task;
using UnityEngine;
namespace BrewMonster.Network
{
public static class EC_Game
public class EC_Game
{
#region Fields
private static ATaskTemplMan m_pTaskMan; // Task template manager
private static elementdataman m_pElementDataMan; // global element templates manager
private static CECGameRun m_pGameRun; // Game running object
CECStringTab m_FixedMsgs; // Fixed message table
CECStringTab m_ItemDesc; // Item desciption string table
CECStringTab m_ItemExtDesc; // Item extend description string table
CECStringTab m_SkillDesc; // Skill description string table
CECStringTab m_BuffDesc; // Buff description string table
#endregion
#region Properties