コード例 #1
0
ファイル: AdManager.cs プロジェクト: bufang-master/Adventure
 /// <summary>
 /// Use if you are using classic GUI mode and manually rendering
 /// </summary>
 public void Draw()
 {
     plugin.OverrideOnGUI();
 }
コード例 #2
0
 public void OverrideOnGUI()
 {
     Native.OverrideOnGUI();
 }