1
This commit is contained in:
parent
6a3fb9bc8c
commit
9635955ec8
@ -69,6 +69,7 @@ namespace GameLogic
|
|||||||
public void OnInit(int i)
|
public void OnInit(int i)
|
||||||
{
|
{
|
||||||
m_Index = i;
|
m_Index = i;
|
||||||
|
m_tmpValue.text = (i + 1).ToString();
|
||||||
|
|
||||||
int assetsId = (i + 1) % 10 == 0 ? 1 : (i + 1) % 10;
|
int assetsId = (i + 1) % 10 == 0 ? 1 : (i + 1) % 10;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user