Cyrus Mod Loader
Loading...
Searching...
No Matches
PetLevelUpWindow.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/Window.h>
5
6class PetLevelUpWindow : public Window {
7public:
8};
Definition PetLevelUpWindow.h:6
Represents a Wizard101 Window, think anything you see on screen that is not a 3D model.
Definition Window.h:45