コード例 #1
0
ファイル: SpCharacterEmotions.cs プロジェクト: arkanoid1/Temu
 public SpCharacterEmotions(Creature creature, PlayerEmotion emotion, int duration = 0)
 {
     Creature = creature;
     EmotionId = emotion.GetHashCode();
     Duration = duration;
 }
コード例 #2
0
ファイル: SpCharacterEmotions.cs プロジェクト: sdbezerra/Temu
 public SpCharacterEmotions(Creature creature, PlayerEmotion emotion, int duration = 0)
 {
     Creature  = creature;
     EmotionId = emotion.GetHashCode();
     Duration  = duration;
 }