Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from umm-projects/fix/#27-fix_compile_error_ge…
Browse files Browse the repository at this point in the history
…nerator

Fix compile error when generate Presenter
  • Loading branch information
monry committed May 21, 2018
2 parents d93b2b3 + acd5fe6 commit eb7cc65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Editor/GeneratorExtension/TimelinePresenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public void Process(Parameter parameter)
{
Accessibility = Accessibility.Public,
Type = "TimelineUseCase<TimelineName, TimelineEntity>",
Interface = "ITimelineUseCase<TimelineName, TimelineEntity>",
Name = "TimelineUseCase",
}
);
Expand Down

0 comments on commit eb7cc65

Please sign in to comment.