lots of changes

This commit is contained in:
yenatch
2017-11-27 23:46:27 -05:00
parent 2246ead5a8
commit 11212dc640
30 changed files with 2575 additions and 895 deletions

View File

@@ -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;
}