namespace vnxbqy.UI
|
{
|
public class FairyAffinityModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
|
{
|
// 1 ÏÉÔµ 2 ¸£Â» 3 ÈÎÎñ 4 Àñ°ü
|
public int funcOrder = 0;
|
|
public Redpoint redPoint = new Redpoint(MainRedDot.FairyAffinityRepoint);
|
|
public override void Init()
|
{
|
}
|
|
public override void UnInit()
|
{
|
}
|
|
public void OnBeforePlayerDataInitialize()
|
{
|
funcOrder = 0;
|
}
|
|
public void OnPlayerLoginOk()
|
{
|
}
|
}
|
}
|