mirror of
https://github.com/Relintai/pmlpp_sample.git
synced 2024-11-14 09:57:20 +01:00
8 lines
132 B
GDScript
8 lines
132 B
GDScript
extends Node
|
|
|
|
var mlpp_tests : MLPPTests = null
|
|
|
|
func _ready() -> void:
|
|
mlpp_tests = MLPPTests.new()
|
|
mlpp_tests.test_statistics()
|