質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -107,3 +107,17 @@
|
|
107
107
|
var TimeScore = new System.TimeSpan(days: 0, hours: 0, minutes: (int)minutes, seconds: (int)seconds, milliseconds: (int)milliseconds);
|
108
108
|
|
109
109
|
naichilab.RankingLoader.Instance.SendScoreAndShowRanking(TimeScore, 1);
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
###追記
|
116
|
+
|
117
|
+
visual StadioでコードのSendScoreAndShowRankingの部分にマウスを持っていくと、
|
118
|
+
|
119
|
+
「void naichilab.RankingLoader.SendScoreAndShowRanking(TimeSpan time,[int boardId = 0])(+1 オーバーロード) 時間型スコアの送信とランキング表示を行います。」
|
120
|
+
|
121
|
+
と出てきます。
|
122
|
+
|
123
|
+
ですがこの通りにコードを書いても無効になると出ます。
|