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