Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
GoalHobby.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
public
class
GoalHobby
:
GoalWork
4
{
5
public
override
bool
IsHobby
=>
true
;
6
7
public
override
List<Hobby>
GetWorks
()
8
{
9
return
owner
.
ListHobbies
();
10
}
11
}
AIAct.owner
new Chara owner
Definition:
AIAct.cs:14
Chara.ListHobbies
List< Hobby > ListHobbies(bool useMemberType=true)
Definition:
Chara.cs:8136
GoalHobby
Definition:
GoalHobby.cs:4
GoalHobby.IsHobby
override bool IsHobby
Definition:
GoalHobby.cs:5
GoalHobby.GetWorks
override List< Hobby > GetWorks()
Definition:
GoalHobby.cs:7
GoalWork
Definition:
GoalWork.cs:4
Elin
GoalHobby.cs
Generated by
1.9.6