Initial Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
namespace Meta.Voice.Hub.Interfaces
|
||||
{
|
||||
public interface IMetaHubPage
|
||||
{
|
||||
void OnGUI();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 816e6d4cdf174cf1981d648ac98b115c
|
||||
timeCreated: 1680672614
|
||||
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
namespace Meta.Voice.Hub.Interfaces
|
||||
{
|
||||
public interface IPageInfo
|
||||
{
|
||||
string Name { get; }
|
||||
string Context { get; }
|
||||
int Priority { get; }
|
||||
string Prefix { get; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 33e5585f3c294fddbdf1f2c3b8e6786b
|
||||
timeCreated: 1680672632
|
||||
Reference in New Issue
Block a user