Class OnCheatPerformed_StringCodeAttribute
The function will be called when user performed any cheat code. Cheat code can be perform like those in NES games.
Examples
[OnCheatPerformed_StringCode]
internal static void ExampleFunction (string code) { }