This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Sandbox; | |
| public sealed class FireCode | |
| { | |
| [EditorEvent.Frame] | |
| public static void OnEnterPlayMode() | |
| { | |
| Log.Info("This is executed PER FRAME"); | |
| if (Game.IsPlaying) |