RoadRunner/Assets/Gley/About/Editor/AssetVersions.cs
2024-11-19 11:48:21 +01:00

12 lines
246 B
C#

namespace Gley.About
{
using Gley.Common;
using System.Collections.Generic;
[System.Serializable]
public class AssetVersions
{
public List<AssetVersion> assetsVersion = new List<AssetVersion>();
}
}