测试代码

This commit is contained in:
2025-11-02 22:33:14 +08:00
parent 45531a5002
commit d12e1bc495
136 changed files with 5984 additions and 5488 deletions

View File

@@ -1,4 +1,5 @@
using FairyGUI;
using System.IO;
using FairyGUI;
using NBC;
using UnityEngine;
@@ -6,6 +7,11 @@ namespace NBF.Utils
{
public static class ItemHelper
{
public static string GetFullModelPath(this ItemConfig config)
{
return Path.Combine("gfx", config.Model);
}
public static ItemType GetItemType(this uint id)
{
return (ItemType)(id / 10000);