コード例 #1
0
ファイル: OnlinePlayer.cs プロジェクト: clt85046/Run-Joey-Run
 private void CmdShowNotification(string killerID, string victimID)
 {
     notifictaionLabel.SetNotificationText(killerID, victimID);
 }