Add source files
This commit is contained in:
16
Projects/BanquetForFools/Source/Assembly-CSharp/Interact.cs
Normal file
16
Projects/BanquetForFools/Source/Assembly-CSharp/Interact.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x02000066 RID: 102
|
||||
public class Interact : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06000B64 RID: 2916 RVA: 0x000DE8B5 File Offset: 0x000DCAB5
|
||||
private void Start()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000B65 RID: 2917 RVA: 0x000DE8B7 File Offset: 0x000DCAB7
|
||||
private void Update()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user