コード例 #1
0
ファイル: widget.cpp プロジェクト: zhiltsov-max/tower-defense
bool TWidget::HasSlot(const Slot& slot) const {
    return eventSystem.HasSlot(slot.GetID());
}