- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Module:VoiceActorData"
Jump to navigation
Jump to search
com>Ckwng (Created page with "local BaseData = require("Module:BaseData") local VoiceActorData = BaseData() --The name of the voice actor. function VoiceActorData:name() return self._name end --A group...") |
m (2 revisions imported) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | local | + | local PersonData = require("Module:PersonData") |
− | local VoiceActorData = | + | local VoiceActorData = PersonData() |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
return VoiceActorData | return VoiceActorData |
Latest revision as of 12:43, 12 May 2021
Documentation for this module may be created at Module:VoiceActorData/doc
local PersonData = require("Module:PersonData")
local VoiceActorData = PersonData()
return VoiceActorData