本地化
This commit is contained in:
@@ -48,5 +48,10 @@ namespace AibisDream.Framework
|
||||
{
|
||||
gameObject.SetActive(false);
|
||||
}
|
||||
|
||||
public void SetMaxCharNum(string value)
|
||||
{
|
||||
maxCharNum = int.Parse(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user