MCPcopy Create free account
hub / github.com/SunOner/sunone_aimbot / __init__

Method __init__

logic/frame_parser.py:22–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20
21class FrameParser:
22 def __init__(self):
23 self.arch = self.get_arch()
24 self._center = None
25 self._center_cache_key = None
26
27 def parse(self, result):
28 if result is None:

Callers

nothing calls this directly

Calls 1

get_archMethod · 0.95

Tested by

no test coverage detected