1.修改文件后缀为rscript2.NewSubScript现在专用于创建简单对象
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Demo.Game
|
||||
var childName = type;
|
||||
int childIndex = 1;
|
||||
var childFullNameWithoutExtension = childName;
|
||||
var extension = ".h";
|
||||
var extension = ".rscript";
|
||||
if (childDir.Exists())
|
||||
{
|
||||
childFullNameWithoutExtension = $"{childName}{(childIndex == 1 ? "" : childIndex.ToString())}";
|
||||
|
||||
Reference in New Issue
Block a user