public stFriendIntimacy(ulong ullUid, uint dwLogicWorldID, uint dwLastIntimacyTime, ushort wIntimacyValue) { this.ullUid = ullUid; this.dwLogicWorldID = dwLogicWorldID; this.dwLastIntimacyTime = dwLastIntimacyTime; this.wIntimacyValue = wIntimacyValue; this.bFreeze = UT.IsFreeze(dwLastIntimacyTime); this.type = Singleton <CFriendContoller> .instance.model.CalcType(wIntimacyValue); }