Advertisement
Guest User

Untitled

a guest
May 30th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
  2.  
  3. #include "Demo.h"
  4. #include "UsableActor.h"
  5.  
  6.  
  7. AUsableActor::AUsableActor(const class FPostConstructInitializeProperties& PCIP)
  8.     : Super(PCIP)
  9. {
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement