6 lines
161 B
C++
6 lines
161 B
C++
|
|
// Copyright Echo Devgroup
|
||
|
|
|
||
|
|
|
||
|
|
#include "Interact/EnemyInterface.h"
|
||
|
|
|
||
|
|
// Add default functionality here for any IEnemyInterface functions that are not pure virtual.
|