Messenger/Versions/Most Closed Beta/v3.0/MSGer.tk (C#)/UserInfo.cs

14 lines
225 B
C#
Raw Normal View History

2014-04-25 21:55:43 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MSGer.tk
{
class UserInfo
{
public static int UserID = 0;
}
}