mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
19 lines
329 B
C++
19 lines
329 B
C++
#include "FortReticle.h"
|
|
|
|
void UFortReticle::OnWeaponEquipped(AFortWeapon* NewWeapon, AFortWeapon* PrevWeapon) {
|
|
}
|
|
|
|
void UFortReticle::OnReticleColorChanged() {
|
|
}
|
|
|
|
void UFortReticle::OnPawnSet() {
|
|
}
|
|
|
|
void UFortReticle::OnContextualReticleChanged() {
|
|
}
|
|
|
|
UFortReticle::UFortReticle() {
|
|
this->ReticleWeaponCooldownMI = NULL;
|
|
}
|
|
|