Skip to content

Commit

Permalink
Add common code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoson committed Apr 15, 2018
1 parent 6255622 commit 74085b4
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 10 deletions.
9 changes: 9 additions & 0 deletions Assets/MGS-CommonCode.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/MGS-CommonCode/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/MGS-PathAnimation/Editor/AnchorPathEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
namespace Mogoson.PathAnimation
{
[CustomEditor(typeof(AnchorPath), true)]
[CanEditMultipleObjects]
public class AnchorPathEditor : CurvePathEditor
{
#region Field and Property
Expand Down
1 change: 1 addition & 0 deletions Assets/MGS-PathAnimation/Editor/BezierPathEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
namespace Mogoson.PathAnimation
{
[CustomEditor(typeof(BezierPath), true)]
[CanEditMultipleObjects]
public class BezierPathEditor : CurvePathEditor
{
#region Field and Property
Expand Down
1 change: 0 additions & 1 deletion Assets/MGS-PathAnimation/Editor/CurvePathEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
namespace Mogoson.PathAnimation
{
[CustomEditor(typeof(CurvePath), true)]
[CanEditMultipleObjects]
public class CurvePathEditor : GenericEditor
{
#region Field and Property
Expand Down

0 comments on commit 74085b4

Please sign in to comment.