コード例 #1
0
ファイル: _Commands.cs プロジェクト: sonygod/dotahit
 public static bool TryGetVariableCommand(string name, out DHJassCommand variable)
 {
     variable = new DHJassPassVariableCommand(name);
     return(true);
 }
コード例 #2
0
ファイル: _Commands.cs プロジェクト: sonygod/dotahit
 public static bool TryGetVariableCommand(string name, out DHJassCommand variable)
 {
     variable = new DHJassPassVariableCommand(name);
     return true;
 }