Files
Dec2017-Script-Dump/UnityEngine/UnityEngineInternal/GenericStack.cs
T
2026-06-04 11:42:34 +02:00

11 lines
151 B
C#

using System;
using System.Collections;
namespace UnityEngineInternal
{
// Token: 0x020004FA RID: 1274
public class GenericStack : Stack
{
}
}