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
barycenter
shmodot
/
scripts
/
orbits
/
IMassive.cs
8 lines
83 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
draw circle
2022-08-31 22:18:47 +02:00
using
Godot
;
using
System
;
public
interface
IMassive
{
use IMassive to calculate period
2022-09-07 01:49:57 +02:00
double
Mass
{
get
;
}
draw circle
2022-08-31 22:18:47 +02:00
}