mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-25 19:04:43 +00:00
25 lines
642 B
C#
25 lines
642 B
C#
///////////////////////////////////
|
|
//// This is a generated file. ////
|
|
//// Do not modify it. ////
|
|
///////////////////////////////////
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace GAS.Runtime
|
|
{
|
|
public static class GAttrSetLib
|
|
{
|
|
public static readonly IReadOnlyDictionary<string, Type> AttrSetTypeDict = new Dictionary<string, Type>
|
|
{
|
|
};
|
|
|
|
public static readonly IReadOnlyDictionary<Type, string> TypeToName = new Dictionary<Type, string>
|
|
{
|
|
};
|
|
|
|
public static readonly IReadOnlyList<string> AttributeFullNames = new List<string>
|
|
{
|
|
};
|
|
}
|
|
} |