Added namespaces and fixed reflection method name bug

This commit is contained in:
Anton Zhernosek
2023-06-21 11:15:52 +02:00
parent 070c261c2f
commit c737bd9aeb
6 changed files with 198 additions and 192 deletions

View File

@@ -3,7 +3,7 @@
using System.Collections.Generic;
using TMPro;
using UnityEngine;
using Utilities.SerializableData.SerializableFunc;
using UnityUtilities.SerializableDataHelpers;
public class SerializableFuncDebugger : MonoBehaviour
{