New custom icon system (not fully done yet)

This commit is contained in:
2026-01-24 16:06:03 -07:00
parent ca4d78d711
commit 42b67e9e06
23 changed files with 647 additions and 532 deletions

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public class WaitingForCustomIcon : MonoBehaviour
{
public string ID;
}