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
IClipboard.cs
Go to the documentation of this file.
1using System;
2
3namespace ReLogic.OS
4{
5 // Token: 0x02000B1F RID: 2847
6 public interface IClipboard
7 {
8 // Token: 0x170008F8 RID: 2296
9 // (get) Token: 0x06005343 RID: 21315
10 // (set) Token: 0x06005344 RID: 21316
11 string Value { get; set; }
12
13 // Token: 0x170008F9 RID: 2297
14 // (get) Token: 0x06005345 RID: 21317
15 string MultiLineValue { get; }
16 }
17}