public static Protocol_Supply.Supply_Buff Get_Buff(Protocol_Supply.E_BUFF_TYPE a_eBuffType)
 {
     return(Protocol_Supply.s_saBuff[(int)a_eBuffType]);
 }
 public static int Get_Buff_Vaule(Protocol_Supply.E_BUFF_TYPE a_eBuffType)
 {
     return(Protocol_Supply.s_saBuff[(int)a_eBuffType].m_nBuffValue);
 }
 public static void Remove_Buff(Protocol_Supply.E_BUFF_TYPE a_eBuffType)
 {
     Protocol_Supply.s_saBuff[(int)a_eBuffType].Init();
     NrTSingleton <FormsManager> .Instance.CloseForm(G_ID.BUFF_DLG);
 }