This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
ktyl
/
shmodot
Watch
1
Star
0
Fork
You've already forked shmodot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5197362280
shmodot
/
scripts
/
orbits
/
IMassive.cs
8 lines
83 B
C#
Raw
Normal View
History
Unescape
Escape
draw circle
2022-08-31 22:18:47 +02:00
using
Godot
;
using
System
;
public
interface
IMassive
{
WIP - RESET THIS WIP RESET THIS
2022-09-05 23:13:53 +02:00
double
Mass
{
get
;
}
draw circle
2022-08-31 22:18:47 +02:00
}