2ちゃんねる ■掲示板に戻る■ 全部 1- 最新50    

■ このスレッドは過去ログ倉庫に格納されています

ドラゴンクエストウォーク 2580歩

147 :名前が無い@ただの名無しのようだ:2023/05/03(水) 17:14:33.15 ID:n1UZFFgb.net
>>144
class AuthorOfPost {
-frustrations: List<Frustration>
-mockedCelebrities: List<Celebrity>
-derogatoryTargets: List<Person>

+expressFrustration(frustration: Frustration): void
+mockCelebrity(celebrity: Celebrity): void
+targetPerson(person: Person): void
}

class Frustration {
-target: GameFeature | GameDeveloper | OtherPlayer
-relatedEvents: List<GameEvent>
-message: String

+Frustration(target: GameFeature | GameDeveloper | OtherPlayer, message: String)
+addEvent(event: GameEvent): void
}

interface GameFeature {
-name: String
}

class CopipeSs implements GameFeature {
-name: "Copipe ss"
}

class CaptainKokoroHanashi implements GameFeature {
-name: "Captain Kokoro Hanashi"
}

class MonstersLight implements GameFeature {
-name: "Monsters Light"
}

class KinChizu implements GameFeature {
-name: "Kin Chizu"
}

interface GameEvent {
-name: String
}

class GoldenWeek implements GameEvent {
-name: "Golden Week"
}

class Celebrity {
-name: String
}

class ShibaCchi implements Celebrity {
-name: "Shiba-cchi"
}

総レス数 487
98 KB
新着レスの表示

掲示板に戻る 全部 前100 次100 最新50
read.cgi ver.24052200