Skip to content

Instantly share code, notes, and snippets.

@PoetaKodu
Created April 8, 2017 18:58
Show Gist options
  • Save PoetaKodu/fb36252a1ce87d399ef0d2cddb4924ef to your computer and use it in GitHub Desktop.
Save PoetaKodu/fb36252a1ce87d399ef0d2cddb4924ef to your computer and use it in GitHub Desktop.
#include "../Include/AISense.hpp"
////////////////////////////////////////////////
IAISense::IAISense(IPawn &owner)
: m_owner(owner)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment