terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
RockPaperScissorsCommand.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020007A3 RID: 1955
6 [ChatCommand("RPS")]
8 {
9 // Token: 0x06003FCB RID: 16331 RVA: 0x00241340 File Offset: 0x0023F540
10 public void ProcessIncomingMessage(string text, byte clientId)
11 {
12 }
13
14 // Token: 0x06003FCC RID: 16332 RVA: 0x00241350 File Offset: 0x0023F550
16 {
17 if (!true)
18 {
19 }
20 if (!true)
21 {
22 }
23 int myPlayer = Main.myPlayer;
24 }
25
26 // Token: 0x06003FCD RID: 16333 RVA: 0x00241394 File Offset: 0x0023F594
28 {
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337