anx.framework/ANX.Framework/Net/GameStartedEventArgs.cs

9 lines
111 B
C#
Raw Normal View History

using System;
namespace ANX.Framework.Net
{
public class GameStartedEventArgs : EventArgs
{
}
}