Network objects replication impl progress
This commit is contained in:
12
Source/Engine/Networking/NetworkInternal.h
Normal file
12
Source/Engine/Networking/NetworkInternal.h
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Types.h"
|
||||
|
||||
class NetworkInternal
|
||||
{
|
||||
public:
|
||||
static void NetworkReplicatorClear();
|
||||
static void NetworkReplicatorUpdate();
|
||||
};
|
||||
Reference in New Issue
Block a user