mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: Import random for type hint on World.random (#1927)
This commit is contained in:
@@ -11,6 +11,7 @@ from BaseClasses import CollectionState
|
|||||||
from Options import AssembleOptions
|
from Options import AssembleOptions
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
import random
|
||||||
from BaseClasses import MultiWorld, Item, Location, Tutorial
|
from BaseClasses import MultiWorld, Item, Location, Tutorial
|
||||||
from . import GamesPackage
|
from . import GamesPackage
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user