mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 12:42:41 -06:00
9 lines
267 B
Python
9 lines
267 B
Python
|
from toontown.classicchars import CCharPaths
|
||
|
from toontown.safezone import Playground
|
||
|
from toontown.toonbase import TTLocalizer
|
||
|
|
||
|
|
||
|
class DLPlayground(Playground.Playground):
|
||
|
def showPaths(self):
|
||
|
self.showPathPoints(CCharPaths.getPaths(TTLocalizer.Donald))
|