mirror of https://github.com/axmolengine/axmol.git
add some comments for key limitation (#17122)
This commit is contained in:
parent
eb730c10ec
commit
4574896dbb
|
@ -43,6 +43,9 @@ NS_CC_BEGIN
|
|||
*
|
||||
* It supports the following base types:
|
||||
* bool, int, float, double, string
|
||||
*
|
||||
* @warning: On windows, linux, use XML to store data, which means there are some limitations of
|
||||
* the key string, for example, `/` is not valid.
|
||||
*/
|
||||
class CC_DLL UserDefault
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue