MCPcopy Create free account
hub / github.com/ddnet/ddnet / __init__

Method __init__

datasrc/content.py:73–79  ·  view source on GitHub ↗
(self, name="")

Source from the content-addressed store, hash-verified

71
72class Animation(Struct):
73 def __init__(self, name=""):
74 Struct.__init__(self, "CAnimation")
75 self.name = String(name)
76 self.body = AnimSequence()
77 self.back_foot = AnimSequence()
78 self.front_foot = AnimSequence()
79 self.attach = AnimSequence()
80
81
82class WeaponSpec(Struct):

Callers

nothing calls this directly

Calls 3

StringClass · 0.90
AnimSequenceClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected