Network objects replication impl progress

This commit is contained in:
Wojciech Figat
2022-09-14 14:54:32 +02:00
parent 9a19717556
commit 3347887432
11 changed files with 805 additions and 15 deletions

View 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();
};