質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -52,4 +52,11 @@
|
|
52
52
|
|
53
53
|
2つ目
|
54
54
|
var TimeScore = new System.TimeSpan(days: 0, hours: 0, minutes: (int)minutes, seconds: (int)seconds, milliseconds: (int)milliseconds);
|
55
|
-
naichilab.RankingLoader.Instance.SendScoreAndShowRanking(TimeScore, 1);
|
55
|
+
naichilab.RankingLoader.Instance.SendScoreAndShowRanking(TimeScore, 1);
|
56
|
+
|
57
|
+
|
58
|
+
###追記
|
59
|
+
visual StadioでコードのSendScoreAndShowRankingの部分にマウスを持っていくと、
|
60
|
+
「void naichilab.RankingLoader.SendScoreAndShowRanking(TimeSpan time,[int boardId = 0])(+1 オーバーロード) 時間型スコアの送信とランキング表示を行います。」
|
61
|
+
と出てきます。
|
62
|
+
ですがこの通りにコードを書いても無効になると出ます。
|