mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +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;
|
|
}
|
|
|