快速使用相关
This commit is contained in:
@@ -40,7 +40,8 @@ namespace NBF.Utils
|
||||
public static string GetIcon(this uint id)
|
||||
{
|
||||
//Assets/Resources/Icons/baitfrog.png
|
||||
return $"Icons/{id}";
|
||||
////$"Icons/{id}";
|
||||
return UIPackage.GetItemURL(UIDef.Pack.CommonIcon, id.ToString());
|
||||
}
|
||||
|
||||
public static void SetIcon(this GLoader loader, uint id)
|
||||
|
||||
Reference in New Issue
Block a user