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

9 lines
109 B
C#
Raw Normal View History

2011-11-16 15:00:54 +00:00
using System;
namespace ANX.Framework.Net
{
public class GamerLeftEventArgs : EventArgs
{
}
}