mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
18 lines
435 B
C#
18 lines
435 B
C#
|
///////////////////////////////////
|
||
|
//// This is a generated file. ////
|
||
|
//// Do not modify it. ////
|
||
|
///////////////////////////////////
|
||
|
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace GAS.Runtime
|
||
|
{
|
||
|
public static class GAttrLib
|
||
|
{
|
||
|
|
||
|
// For facilitating the creation of a Value Dropdown in the editor.
|
||
|
public static readonly IReadOnlyList<string> AttributeNames = new List<string>
|
||
|
{
|
||
|
};
|
||
|
}
|
||
|
}
|