scripts
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x020000D3 RID: 211
|
||||
public class PaddleballBallSpawnPoint : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06002A2D RID: 10797 RVA: 0x000CB694 File Offset: 0x000C9894
|
||||
public IPBDFPEPNIM FNLPGNAGEHH()
|
||||
{
|
||||
return this.team;
|
||||
}
|
||||
|
||||
// Token: 0x170000BB RID: 187
|
||||
// (get) Token: 0x06002A2E RID: 10798 RVA: 0x000CB69C File Offset: 0x000C989C
|
||||
public IPBDFPEPNIM HAPPDKOIBKA
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.team;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06002A2F RID: 10799 RVA: 0x000CB6A4 File Offset: 0x000C98A4
|
||||
public IPBDFPEPNIM NOFECAAONGP()
|
||||
{
|
||||
return this.team;
|
||||
}
|
||||
|
||||
// Token: 0x06002A31 RID: 10801 RVA: 0x000CB6BC File Offset: 0x000C98BC
|
||||
public IPBDFPEPNIM IEMCLGFIFKD()
|
||||
{
|
||||
return this.team;
|
||||
}
|
||||
|
||||
// Token: 0x04000595 RID: 1429
|
||||
[SerializeField]
|
||||
private IPBDFPEPNIM team = IPBDFPEPNIM.INVALID;
|
||||
}
|
||||
Reference in New Issue
Block a user