/* using System; using UnityEngine.AddressableAssets; namespace Golems { [Serializable] public class AlbertGhostMemorySettingsRef : AssetReferenceT { public AlbertGhostMemorySettingsRef(string guid) : base(guid) { } } } */