diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-04-04 22:05:13 +0200 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-04-04 22:05:13 +0200 |
commit | 351c040f00745b985b71423e5ac1bfede12c85b5 (patch) | |
tree | f0a6479a26c9d41036bbfdc788417b72d775cadc /Feature.cpp | |
parent | d0f91aed16a1cb40df6e1ab7c19b17410888906d (diff) |
Added notification system
Diffstat (limited to 'Feature.cpp')
-rw-r--r-- | Feature.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Feature.cpp b/Feature.cpp index 853b755..c9497eb 100644 --- a/Feature.cpp +++ b/Feature.cpp @@ -5,6 +5,16 @@ void Feature::OnInitialise() } +void Feature::OnGameStart() +{ + +} + +void Feature::OnTurn() +{ + +} + void Feature::OnShutdown() { |