Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IClipboard.cs
Go to the documentation of this file.
1namespace ReLogic.OS;
2
3public interface IClipboard
4{
5 string Value { get; set; }
6
7 string MultiLineValue { get; }
8}