mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
fahhh
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/* Copyright 2003-2008 ROBLOX Corporation, All Rights Reserved */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Util/Region2.h"
|
||||
#include "Util/SystemAddress.h"
|
||||
#include <string>
|
||||
|
||||
namespace RBX {
|
||||
|
||||
class SimSendFilter {
|
||||
public:
|
||||
typedef enum {EditVisit, Client, Server, dPhysClient, dPhysServer} Mode;
|
||||
|
||||
Mode mode;
|
||||
RBX::SystemAddress networkAddress;
|
||||
Region2 region;
|
||||
|
||||
SimSendFilter() : mode(Client)
|
||||
{}
|
||||
};
|
||||
|
||||
} // namespace
|
||||
Reference in New Issue
Block a user