質問編集履歴

3

誤字修正

2016/10/25 03:17

投稿

aglkjggg
aglkjggg

スコア769

test CHANGED
File without changes
test CHANGED
@@ -104,7 +104,7 @@
104
104
 
105
105
  // await の中だと複数回初期化される
106
106
 
107
- // var y = await Something.Do(Asset.Instance.);
107
+ // var y = await Something.Do(Asset.Instance);
108
108
 
109
109
  }
110
110
 

2

タグ修正

2016/10/25 03:17

投稿

aglkjggg
aglkjggg

スコア769

test CHANGED
File without changes
test CHANGED
File without changes

1

誤字

2016/10/25 03:16

投稿

aglkjggg
aglkjggg

スコア769

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  private static Asset _instance;
22
22
 
23
- public static Charball Instance
23
+ public static Asset Instance
24
24
 
25
25
  {
26
26
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  {
34
34
 
35
- _instance = new Charball();
35
+ _instance = new Asset();
36
36
 
37
37
  }
38
38