Skip to content

Commit

Permalink
Update English README
Browse files Browse the repository at this point in the history
  • Loading branch information
ls9512 committed Feb 19, 2021
1 parent 700d662 commit acae592
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 157 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Aya.Tween
{
[TweenerEditor(TweenTypeRubyTextMeshPro.RubyTextMeshPro)]
public class TweenRubyTextMeshProEditor : TweenFloatBaseEditor
public class TweenRubyTextMeshProEditor : TweenStringBaseEditor
{
public override int Type => TweenTypeRubyTextMeshPro.RubyTextMeshPro;
public override int RequireCurveCount => 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Aya.Tween
{
[TweenerEditor(TweenTypeRubyTextMeshPro.RubyTextMeshProUGUI)]
public class TweenRubyTextMeshProUGUIEditor : TweenFloatBaseEditor
public class TweenRubyTextMeshProUGUIEditor : TweenStringBaseEditor
{
public override int Type => TweenTypeRubyTextMeshPro.RubyTextMeshProUGUI;
public override int RequireCurveCount => 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Aya.Tween
{
[TweenerEditor(TweenTypeTextMeshPro.TextMeshPro)]
public class TweenTextMeshProEditor : TweenFloatBaseEditor
public class TweenTextMeshProEditor : TweenStringBaseEditor
{
public override int Type => TweenTypeTextMeshPro.TextMeshPro;
public override int RequireCurveCount => 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Aya.Tween
{
[TweenerEditor(TweenTypeTextMeshPro.TextMeshProUGUI)]
public class TweenTextMeshProUGUIEditor : TweenFloatBaseEditor
public class TweenTextMeshProUGUIEditor : TweenStringBaseEditor
{
public override int Type => TweenTypeTextMeshPro.TextMeshProUGUI;
public override int RequireCurveCount => 1;
Expand Down
Loading

0 comments on commit acae592

Please sign in to comment.