コード例 #1
0
 private static bool DrawMouseOver()
 {
     DrawPuriumShieldMouseOver();
     CustomStatsGUI.DrawMouseOver();
     return(true);
 }
コード例 #2
0
 private static bool DrawCustomStats()
 {
     CustomStatsGUI.Draw();
     return(true);
 }