First Commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
|
||||
/*
|
||||
using System;
|
||||
using UnityEngine.AddressableAssets;
|
||||
|
||||
namespace Golems
|
||||
{
|
||||
[Serializable]
|
||||
public class AlbertGhostMemoryCompositeSettingsRef : AssetReferenceT<AlbertGhostMemoryCompositeSettings>
|
||||
{
|
||||
public AlbertGhostMemoryCompositeSettingsRef(string guid) : base(guid)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user