Skip to content

Commit

Permalink
Merge pull request #6 from ryush00/feat-update-owo-2.3.10
Browse files Browse the repository at this point in the history
feat: update owo library to 2.3.10
  • Loading branch information
shadorki committed Sep 23, 2023
2 parents 2a7f797 + c35e32f commit 738bf3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified owo/OWO.dll
Binary file not shown.
3 changes: 2 additions & 1 deletion owo_suit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from pythonosc import dispatcher
import time
import clr
clr.AddReference('./owo/OWO')
from System.Reflection import Assembly
Assembly.UnsafeLoadFrom('./owo/OWO.dll')
from OWOGame import OWO, Sensation, SensationsFactory, Muscle, MicroSensation, ConnectionState

# Sensations that are predefined
Expand Down

0 comments on commit 738bf3a

Please sign in to comment.