mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
10 lines
No EOL
210 B
C#
10 lines
No EOL
210 B
C#
using Coroutine;
|
|
|
|
namespace MLEM.Startup {
|
|
public static class CoroutineEvents {
|
|
|
|
public static readonly Event Update = new Event();
|
|
public static readonly Event Draw = new Event();
|
|
|
|
}
|
|
} |