mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 05:37:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* GameVerbs.h
|
||||
* iOS
|
||||
*
|
||||
* Created on 5/18/14.
|
||||
* Copyright 2014 ROBLOX. All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "v8tree/Verb.h"
|
||||
using namespace RBX;
|
||||
|
||||
class LeaveGameVerb : public RBX::Verb
|
||||
{
|
||||
class RobloxView *robloxView;
|
||||
|
||||
public :
|
||||
LeaveGameVerb(class RobloxView *pRobloxView, VerbContainer* container);
|
||||
virtual void doIt(RBX::IDataState* dataState);
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user