コード例 #1
0
def Run() -> bool:
    namespace = "NeonOcean.S4.Cycle"  # type: str

    Mods.BuildMod(namespace)
    Mods.BuildPublishing(namespace)
    Publishing.PublishModPreview(namespace)

    return True
コード例 #2
0
def Run() -> bool:
    namespace = "NeonOcean.S4.Choreography"  # type: str

    Mods.BuildMod(namespace)
    Mods.BuildPublishing(namespace)
    Publishing.PublishModRelease(namespace)

    return True