Skip to content

Commit

Permalink
v0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
Guevara-chan committed Dec 4, 2017
1 parent 4ca1e25 commit cd44930
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Shootdøwn.boo
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,6 @@ class ProcInfo(Δ):
win_handle.GetWindowThreadProcessId(pid)
return ProcInfo(pid)

def destroy():
Process.GetProcessById(pid cast int).Kill()
return self

md5_raw:
get:
if md5_hash: return md5_hash
Expand All @@ -381,6 +377,10 @@ class ProcInfo(Δ):

static none:
get: return List of ProcInfo()

def destroy():
Process.GetProcessById(pid cast int).Kill()
return self
# -------------------- #
class WinInfo(Δ):
public final id as IntPtr
Expand Down Expand Up @@ -677,4 +677,4 @@ class Shooter(Δ):

# ==Main code==
if Shooter().locker: Application.Run()
else: Δ.errorbox("This program is already running.")
else: Δ.errorbox("This program is already running.")

0 comments on commit cd44930

Please sign in to comment.