Advertisement
Guest User

ReactToTriggerInterface.cpp

a guest
Oct 21st, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.30 KB | None | 0 0
  1. // Fill out your copyright notice in the Description page of Project Settings.
  2.  
  3.  
  4. #include "ReactToTriggerInterface.h"
  5.  
  6. // Add default functionality here for any IReactToTriggerInterface functions that are not pure virtual.
  7. bool IReactToTriggerInterface::ReactToTrigger() const
  8. {
  9.     return false;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement