Files
2026-06-04 11:42:34 +02:00

8 lines
129 B
C#

using System;
using UnityEngine;
// Token: 0x0200125B RID: 4699
public class TransformSpawner : PrefabSpawner<Transform>
{
}