コード例 #1
0
ファイル: TypeTypeValue.cs プロジェクト: team55/1script
 public TypeTypeValue(string name)
 {
     _instance = TypeManager.GetTypeByName(name);
 }