コード例 #1
0
ファイル: ValueHandle.cs プロジェクト: BSFishy/General-Script
 public new EType GetType()
 {
     return(Value.OutputType());
 }