Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICreativePower.cs
Go to the documentation of this file.
2using System.IO;
3using Terraria.UI;
4
6
7public interface ICreativePower
8{
9 ushort PowerId { get; set; }
10
11 string ServerConfigName { get; set; }
12
14
16
18
20
22}
void ProvidePowerButtons(CreativePowerUIElementRequestInfo info, List< UIElement > elements)
void DeserializeNetMessage(BinaryReader reader, int userId)