コード例 #1
0
ファイル: catalog.py プロジェクト: garthand/s3py
 def __init__(self, stream=None, resources=None):
     self.unknown = 0
     Preset.__init__(self)
     Serializable.__init__(self,stream,resources)
コード例 #2
0
ファイル: catalog.py プロジェクト: garthand/s3py
 def __init__(self):
     self.id = 0
     Preset.__init__(self)
コード例 #3
0
ファイル: catalog.py プロジェクト: markmanching/s3py
 def __init__(self):
     self.id = 0
     self.unk1 = 1
     self.unk2 = 0
     Preset.__init__(self)
コード例 #4
0
ファイル: catalog.py プロジェクト: garthand/s3py
    def __init__(self):
        self.type = 0
        self.unk1 = 0
        self.unk2 = 0

        Preset.__init__(self)