修改UI
This commit is contained in:
@@ -36,7 +36,7 @@ namespace NBF.Fishing2
|
||||
/// <param name="config"></param>
|
||||
/// <param name="isPreview">是否预览模式</param>
|
||||
/// <returns></returns>
|
||||
public static GameObject CreateItem(ItemConfig config, bool isPreview = false)
|
||||
public static GameObject CreateItem(cfg.Item config, bool isPreview = false)
|
||||
{
|
||||
//创建主物体
|
||||
var mainObject = LoadPrefab(config.GetFullModelPath());
|
||||
|
||||
Reference in New Issue
Block a user