mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-21 16:15:58 -05:00
lots of changes
This commit is contained in:
47
event.cpp
47
event.cpp
@@ -2,51 +2,4 @@
|
||||
|
||||
Event::Event()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
ObjectEvent::ObjectEvent()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Warp::Warp()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
CoordEvent::CoordEvent()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
BGEvent::BGEvent()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Sign::Sign()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Sign::Sign(const BGEvent &bg)
|
||||
{
|
||||
x_ = bg.x_;
|
||||
y_ = bg.y_;
|
||||
elevation_ = bg.elevation_;
|
||||
type = bg.type;
|
||||
}
|
||||
|
||||
HiddenItem::HiddenItem()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
HiddenItem::HiddenItem(const BGEvent &bg)
|
||||
{
|
||||
x_ = bg.x_;
|
||||
y_ = bg.y_;
|
||||
elevation_ = bg.elevation_;
|
||||
type = bg.type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user