Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
/*
* 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.Samples.WitShapes
{
public enum Color
{
Black,
White,
Red,
Green,
Yellow,
Blue,
Pink,
Gray,
Brown,
Orange,
Purple,
}
}
/*
* 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.Samples.WitShapes
{
public enum Color
{
Black,
White,
Red,
Green,
Yellow,
Blue,
Pink,
Gray,
Brown,
Orange,
Purple,
}
}
Original file line number Diff line number Diff line change
@@ -1,18 +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.Samples.WitShapes
{
public enum Shape
{
Cube,
Sphere,
Capsule,
Cylinder,
}
}
/*
* 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.Samples.WitShapes
{
public enum Shape
{
Cube,
Sphere,
Capsule,
Cylinder,
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading