Skip to content

Commit

Permalink
Extension hidden
Browse files Browse the repository at this point in the history
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
  • Loading branch information
huiyueun committed May 31, 2024
1 parent 1b65b3c commit 58103b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Tizen.AIAvatar/src/Extensions/AvatarExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@

using System.Collections.Generic;
using System.IO;
using System.ComponentModel;

using static Tizen.AIAvatar.AIAvatar;

namespace Tizen.AIAvatar
{
[EditorBrowsable(EditorBrowsableState.Never)]
public static class AvatarExtension
{
[EditorBrowsable(EditorBrowsableState.Never)]
public static List<AvatarInfo> GetDefaultAvatarList()
{
var list = new List<AvatarInfo>();
Expand Down

0 comments on commit 58103b4

Please sign in to comment.