Interface IStateAction
An IStateAction is an IAction with the following rules:
Namespace: IdleKit.Core
Assembly: cs.temp.dll.dll
Syntax
public interface IStateAction : IAction, IInjectable
Methods
Apply()
Processes this IStateAction, which will apply changes to the player's save data.
Declaration
void Apply()