using System;

[Serializable]
public class Emoji
{
	public CharacterItem[] emojiPieces;
}