Code structure cleanup.
This commit is contained in:
12
Assets/Cryville/Crtr/Browsing/ResourceItemMeta.cs
Normal file
12
Assets/Cryville/Crtr/Browsing/ResourceItemMeta.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Cryville.Common;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cryville.Crtr.Browsing {
|
||||
public struct ResourceItemMeta {
|
||||
public bool IsDirectory { get; set; }
|
||||
public AsyncDelivery<Texture2D> Icon { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string DescriptionMain { get; set; }
|
||||
public string DescriptionSub { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user