mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
edit thing
This commit is contained in:
@@ -22,5 +22,14 @@ public:
|
||||
|
||||
void OnRep_EditActor();
|
||||
|
||||
void SetEditActor(ABuildingSMActor* EditActor)
|
||||
{
|
||||
// if (HasAuthority())
|
||||
{
|
||||
GetEditActor() = EditActor;
|
||||
OnRep_EditActor();
|
||||
}
|
||||
}
|
||||
|
||||
static UClass* StaticClass();
|
||||
};
|
||||
Reference in New Issue
Block a user