mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-16 17:04:44 +01:00
format code
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
using nksrv.Utils;
|
||||
using Swan;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace nksrv.LobbyServer.Msgs.User
|
||||
{
|
||||
@@ -20,17 +15,17 @@ namespace nksrv.LobbyServer.Msgs.User
|
||||
{
|
||||
|
||||
Msn = 3,
|
||||
Nickname ="nick",
|
||||
Nickname = "nick",
|
||||
Title = new() { IsPlain = true, String = "Our Server Fell" },
|
||||
Text = new() { IsPlain = true, String = "Our Game Was Down For 1 Second because the HP Laptop Which Hosted the Server Got Shut Down by the Lid Closing. As for the Reward for the Inconvience, free paid gems"},
|
||||
HasReward =true,
|
||||
Text = new() { IsPlain = true, String = "Our Game Was Down For 1 Second because the HP Laptop Which Hosted the Server Got Shut Down by the Lid Closing. As for the Reward for the Inconvience, free paid gems" },
|
||||
HasReward = true,
|
||||
Sender = 102
|
||||
|
||||
});
|
||||
|
||||
r.Mail[0].Items.Add(new NetMailRewardItem() { ExpiredAt = DateTime.UtcNow.AddYears(10).ToUnixEpochDate(), RewardID = 1, RewardType = (int)CurrencyType.ChargeCash, RewardValue = 100000 });
|
||||
|
||||
await WriteDataAsync(r);
|
||||
await WriteDataAsync(r);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user