11 lines
151 B
C#
11 lines
151 B
C#
using System;
|
|
using System.Collections;
|
|
|
|
namespace UnityEngineInternal
|
|
{
|
|
// Token: 0x020004FA RID: 1274
|
|
public class GenericStack : Stack
|
|
{
|
|
}
|
|
}
|