scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace RecRoom.Challenges
|
||||
{
|
||||
// Token: 0x02000B32 RID: 2866
|
||||
public interface IChallengeEnemy : IEventTarget
|
||||
{
|
||||
// Token: 0x17000917 RID: 2327
|
||||
// (get) Token: 0x06015BB8 RID: 89016
|
||||
DJGJNJMJDHF EnemyType { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user