mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Renamed the about library
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# About Library
|
||||
# Toy Version Info Library
|
||||
|
||||
The about library simply provides version info about the current build of Toy.
|
||||
The toy_version_info library simply provides version info about the current build of Toy.
|
||||
|
||||
The about library can usually be accessed with the `import` keyword:
|
||||
The toy_version_info library can usually be accessed with the `import` keyword:
|
||||
|
||||
```
|
||||
import about;
|
||||
import about as about; //can be aliased
|
||||
import toy_version_info;
|
||||
import toy_version_info as toy_version_info; //can be aliased
|
||||
```
|
||||
|
||||
## Defined Variables
|
||||
Reference in New Issue
Block a user